projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae65218
)
(define-minor-mode): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 8 Jul 2006 15:20:08 +0000
(15:20 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 8 Jul 2006 15:20:08 +0000
(15:20 +0000)
lisp/emacs-lisp/easy-mmode.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/easy-mmode.el
b/lisp/emacs-lisp/easy-mmode.el
index 5475ed530d3c9f998b7a744cca2feae40f3133de..097083112c3e5daca4577fe88cc78e978257444d 100644
(file)
--- a/
lisp/emacs-lisp/easy-mmode.el
+++ b/
lisp/emacs-lisp/easy-mmode.el
@@
-101,7
+101,7
@@
Optional KEYMAP is the default (defvar) keymap bound to the mode keymap.
The above three arguments can be skipped if keyword arguments are
used (see below).
-BODY contains code t
hat will be executed each time the mode is (dis)
activated.
+BODY contains code t
o execute each time the mode is activated or de
activated.
It will be executed after any toggling but before running the hook variable
`mode-HOOK'.
Before the actual body code, you can write keyword arguments (alternating